home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / InteractiveBook_Files / Examples / Chapter10 / add button.nsm next >
Encoding:
Text File  |  2002-03-08  |  291 b   |  8 lines

  1. activeBreadboard. setAnimatePoint ( 1,1 )
  2. activeBreadboard. stampAndMove ( "ButtonEngine" , "buttonEngine" )
  3. buttonEngine. setName ( "runButton" )
  4. runButton. setColor ( 255 , 0 , 0 )
  5. runButton. setItalic ( TRUE )
  6. runButton. setText("Run")
  7. activeBreadboard. select("runButton", FALSE)
  8.